CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId} (Get)
Get/projects/{projectId}
Description
returns the project name for the given project id
Parameters
NameDescriptionData Type
the id of the project to look upstring
200 Response

The response body is of type ProjectData.

returns project name

Overview

ProjectData
Information about the CIMPLICITY project
projectId : string
name : string
description : string
isReadOnly : boolean
readOnlyReason : string
buildNumber : number
isProjectRunning : boolean
isRedundant : boolean
majorVersionNumber : number
minorVersionNumber : number
nodeName : string
optionsSelected : Array[string]
projectPath : string
protocolsSelected : Array[string]
redundancyConfiguration : object
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
project with the given id is not registered on the system
Remarks
By passing a registered project id you can get information about this project
See Also